home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  2.2 KB  |  76 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = RZToDoList
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = 793820_paste.tiff
  16. DOCICONS = 793820_paste.tiff
  17.  
  18. LOCAL_RESOURCES = Info.nib Inspector.nib RZToDoList.nib\
  19.                   2do-InfoHalo-1.tiff Addresses.tiff Appointment.tiff\
  20.                   HighPriority.tiff HLAppointment.tiff HT3-8bit200.tiff\
  21.                   i-2do-item.tiff i-HL-2do-item.tiff\
  22.                   InspectorButton.tiff lil-clock-button.tiff\
  23.                   LowPriority.tiff PriorityStack.tiff\
  24.                   SM-ModifyYellowItem+Bknd.tiff SMAddYellowItem+Bknd.tiff\
  25.                   SMClearEraserYellowItem+Bknd.tiff\
  26.                   SMClearYellowItem+Bknd.tiff\
  27.                   SMDeleteYellowItem+Bknd.tiff SMYellowItem+Bknd.tiff
  28.  
  29. GLOBAL_RESOURCES = services
  30.  
  31. CLASSES = FileImage.m FullCopyList.m GraphicImage.m ObjectError.m RZ.m\
  32.           SuperText.m ToDoBrowserCell.m ToDoController.m\
  33.           ToDoInspector.m ToDoItem.m ToDoItemPublic.m ToDoList.m\
  34.           ToDoMatrix.m ToDoServer.m
  35.  
  36. HFILES = FileImage.h FullCopyList.h GraphicImage.h lock_file.h\
  37.          ObjectError.h objectLoadNib.h RZ.h SuperText.h\
  38.          ToDoBrowserCell.h ToDoController.h ToDoInspector.h ToDoItem.h\
  39.          ToDoItemPublic.h ToDoItems.h ToDoList.h ToDoMatrix.h\
  40.          ToDoNotifications.h ToDoServer.h ToDoServerProtocol.h\
  41.          _ToDoInspector.h _ToDoServer.h
  42.  
  43. MFILES = objectLoadNib.m RZToDoList_main.m tdcPasteboard.m
  44.  
  45. CFILES = lock_file.c
  46.  
  47. SUBPROJECTS = RZBrowserCell.subproj
  48.  
  49. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble CHANGES.rtf\
  50.             README.rtf
  51.  
  52.  
  53. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  54. MAKEFILE = app.make
  55. INSTALLDIR = $(HOME)/Apps
  56. INSTALLFLAGS = -c -s -m 755
  57. SOURCEMODE = 444
  58.  
  59. ICONSECTIONS =    -sectcreate __ICON app 793820_paste.tiff \
  60.         -sectcreate __ICON 793820_paste 793820_paste.tiff
  61.  
  62. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  63. DEBUG_LIBS = $(LIBS)
  64. PROF_LIBS = $(LIBS)
  65.  
  66.  
  67.  
  68.  
  69. -include Makefile.preamble
  70.  
  71. include $(MAKEFILEDIR)/$(MAKEFILE)
  72.  
  73. -include Makefile.postamble
  74.  
  75. -include Makefile.dependencies
  76.